.liveContT {
  width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.liveContT .itemT {
  position: relative;
  padding: 10px 0px;
  width: 285px;
  margin-bottom: 25px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
}
.liveContT .itemT:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background: #f13b3b;
}
.liveContT .itemT:hover {
  box-shadow: 0 0 10px #c3c0c0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  left: 0;
  right: initial;
}
.liveContT .itemT:hover:before {
  width: 285px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  left: 0;
}
.liveContT .itemT .zTtitle {
  padding: 0px 18px;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.liveContT .itemT .liveName {
  padding: 0px 18px;
  font-weight: normal;
  font-size: 14px;
  color: #585858;
  line-height: 25px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.liveContT .itemT .liveTime {
  font-weight: normal;
  font-size: 15px;
  color: #ed4248;
  line-height: 25px;
  padding-left: 18px;
}
.liveContT .itemT .liveBottom {
  width: 250px;
  flex: 1;
  margin: 0px auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.liveContT .itemT .liveBottom .teacherBox {
  height: 80px;
  overflow: hidden;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.liveContT .itemT .liveBottom .teacherBox .indexT {
  flex: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}
.liveContT .itemT .liveBottom .teacherBox .indexT:hover .imgIndex {
  border: 1px solid red;
}
.liveContT .itemT .liveBottom .teacherBox .indexT:hover .s1 {
  color: red;
}
.liveContT .itemT .liveBottom .teacherBox .indexT .imgIndex {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.liveContT .itemT .liveBottom .teacherBox .indexT .s1 {
  font-weight: normal;
  font-size: 14px;
  color: #585858;
}
.liveContT .itemT .liveBottom .teacherBox .indexT:nth-child(3) {
  margin-right: 0px;
}
.liveContT .itemT .liveBottom .buttonLiveNone {
  flex: 1;
}
.liveContT .itemT .liveBottom .buttonLive {
  display: block;
  width: 80px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 15px;
  background-color: #ed4248;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.liveContT .itemT .liveBottom .buttonLive:hover {
  box-shadow: 0 0 10px #c3c0c0;
}
.liveContT .itemT .buttonLiveAbs {
  position: absolute;
  width: 80px;
  height: 70px;
  bottom: 40px;
  right: 0px;
}
.liveContT .itemT:nth-child(4n + 4) {
  margin-right: 0px;
}
